home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DLLHELLO.PAK / DLLHELLO.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  314b  |  7 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5.  
  6. extern "C" { bool far CreateDLLWindow(HWND ParentHWnd); }
  7.